home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / AXREAD12.ZIP / CALLED.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-08-03  |  822b  |  90 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     If (GetToken() == "339") Then
  25.         PrintLn "@X0FSaving Message.@X07.@X08."
  26.     Else
  27.         PrintLn "@X0FText Entry Aborted.@X07.@X08."
  28.     Endif
  29.     STRING001 = TempPath() + "CALLED." + String(PcbNode())
  30.     If (Exist(STRING001)) Then
  31.         STRING002 = ReadLine(STRING001, 1)
  32.         FClose -1
  33.         Delete STRING001
  34.         Tokenize STRING002
  35.         Call GetToken()
  36.         End
  37.     Endif
  38.  
  39. ;------------------------------------------------------------------------------
  40. ;
  41. ; Usage report (before postprocessing)
  42. ;
  43. ; ■ Statements used :
  44. ;
  45. ;    1       End
  46. ;    3       Goto 
  47. ;    2       Let 
  48. ;    2       PrintLn 
  49. ;    2       If 
  50. ;    1       FClose 
  51. ;    1       Delete 
  52. ;    1       Tokenize 
  53. ;    1       Call 
  54. ;
  55. ;
  56. ; ■ Functions used :
  57. ;
  58. ;    1       -
  59. ;    2       +
  60. ;    1       ==
  61. ;    2       !
  62. ;    1       String()
  63. ;    1       PcbNode()
  64. ;    1       ReadLine()
  65. ;    2       GetToken()
  66. ;    1       Exist()
  67. ;    1       TempPath()
  68. ;
  69. ;------------------------------------------------------------------------------
  70. ;
  71. ; Analysis flags : C
  72. ;
  73. ; C - Call child PPE ■ 3
  74. ;     This is usually normal, but may be a tricky way to launch some
  75. ;     sysop-only commands.
  76. ;     ■ Search for : CALL
  77. ;
  78. ;------------------------------------------------------------------------------
  79. ;
  80. ; Postprocessing report
  81. ;
  82. ;    0       For/Next
  83. ;    0       While/EndWhile
  84. ;    2       If/Then or If/Then/Else
  85. ;    0       Select Case
  86. ;
  87. ;------------------------------------------------------------------------------
  88. ;                 AEGiS Corp - Break the routines, code against the machines!
  89. ;------------------------------------------------------------------------------
  90.